Functions
=========

 MakeFoto <no parameters>
 
 This function makes a foto and transfered it to the pc.

 Example: MakeFoto

----------------------------------------------------------------------------------

 MarkPictureWithDate <imagefilename>

 This function inserts a datetime string in the lower right corner of a image.
 Parameter <imagefilename>: is the full path to the image

 Example: MarkPictureWithDate c:\image1.jpg

----------------------------------------------------------------------------------

 FTPUpload <imagefilename>

 Uploads the image to the directory which is entered in the settings window and 
 renames the uploaded file to the entered filename (FTP Settings - Filename)
 Parameter <imagefilename>: is the full path to the image

 Example: FTPUpload c:\image1.jpg

----------------------------------------------------------------------------------

 CopyFile <source> <target>

 Copies a file to another location and could be used for renaming it.
 If there is a blank space in the filename use 
 this syntax -> "filename with blank spaces" (the char " is important!)
 Parameter <source>: is the full path to the source file
 Parameter <target>: is the full path to the target file

 Example 1: CopyFile "c:\image1.jpg" "c:\image2.jpg"
 Example 2: CopyFile "c:\image1.jpg" "c:\other directory\image2.jpg"

----------------------------------------------------------------------------------

 ShowPicture <imagefilename>

 Displays a jpg image in the program window.
 Parameter <imagefilename>: is the full path to the image

 Example: ShowPicture c:\image1.jpg

----------------------------------------------------------------------------------

 Execute <"program" {programparameters}>

 Execute the given parameter.
 If there is a blank space in the <program> parameter use 
 this syntax -> "programname with blank spaces" (the char " is important!)
 Parameter <program>: is the full path to the object which should be executed
 Optional {programparameters}: parameter which is given to the <program>

 Example 1: Execute c:\image1.jpg -> opens the standard imageviewer with this image
 Example 2: Execute notepad.exe -> opens the notepad
 Example 3: Execute irfanview.exe c:\image1.jpg -> opens irfanview with the image1.jpg

----------------------------------------------------------------------------------
----------------------------------------------------------------------------------

Variables:
==========


 <$FotoFilename> = is the filename from the downloaded foto
 <$Archiv> = is the archiv directory for local copies (Settings/Local Archiv)
 <$Now> = is the creation datetime string from the current foto